Auto merge of #1314 - AnthIste:build-script-updates, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 17 Feb 2015 17:32:25 +0000 (17:32 +0000)
committerbors <bors@rust-lang.org>
Tue, 17 Feb 2015 17:32:25 +0000 (17:32 +0000)
commit918a415ef36a556af671159597d9b5fac3d8a479
tree0ecad7c1db0808b7ceba4c3e438621c1bfe2a32d
parente8f68ccf3bf190bee1bab2162ef633833bb154de
parent484dd6fa1e154de3746844eb619b61324f09813f
Auto merge of #1314 - AnthIste:build-script-updates, r=alexcrichton

The examples given for `build.rs` do not compile against the latest rust. Instead of adapting to use modules such as `std::old_io`, I attempted to port the examples to use the new `io` and `path` modules.